home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / sun3.md / RCS / syncStubs.s,v < prev    next >
Encoding:
Text File  |  1990-07-30  |  2.2 KB  |  101 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.3
  10. date     90.07.30.14.19.28;  author shirriff;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     88.07.14.17.38.30;  author mendel;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     88.06.19.14.30.06;  author ouster;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @Added semaphore operations.
  32. @
  33. text
  34. @/*
  35.  *
  36.  * syncStubs.s --
  37.  *
  38.  *     Stubs for the Sync_ system calls.
  39.  *
  40.  * Copyright 1986, 1988 Regents of the University of California
  41.  * Permission to use, copy, modify, and distribute this
  42.  * software and its documentation for any purpose and without
  43.  * fee is hereby granted, provided that the above copyright
  44.  * notice appear in all copies.  The University of California
  45.  * makes no representations about the suitability of this
  46.  * software for any purpose.  It is provided "as is" without
  47.  * express or implied warranty.
  48.  *
  49.  * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/syncStubs.s,v 1.2 88/07/14 17:38:30 mendel Exp Locker: shirriff $ SPRITE (Berkeley)
  50.  *
  51.  */
  52.  
  53. #include "userSysCallInt.h"
  54.  
  55. SYS_CALL(Sync_WaitTime, SYS_SYNC_WAITTIME)
  56. SYS_CALL(Sync_SlowLockStub, SYS_SYNC_SLOWLOCK)
  57. SYS_CALL(Sync_SlowWaitStub, SYS_SYNC_SLOWWAIT)
  58. SYS_CALL(Sync_SlowBroadcast, SYS_SYNC_SLOWBROADCAST)
  59. SYS_CALL(Sync_Semctl, SYS_SYNC_SEMCTL)
  60. SYS_CALL(Sync_Semget, SYS_SYNC_SEMGET)
  61. SYS_CALL(Sync_Semop, SYS_SYNC_SEMOP)
  62. @
  63.  
  64.  
  65. 1.2
  66. log
  67. @Changed comment characters from |* to /* */.
  68. @
  69. text
  70. @d16 1
  71. a16 1
  72.  * rcs = $Header: syncStubs.s,v 1.1 88/06/19 14:30:06 ouster Exp $ SPRITE (Berkeley)
  73. d26 3
  74. @
  75.  
  76.  
  77. 1.1
  78. log
  79. @Initial revision
  80. @
  81. text
  82. @d1 18
  83. a18 16
  84. |*
  85. |* syncStubs.s --
  86. |*
  87. |*     Stubs for the Sync_ system calls.
  88. |*
  89. |* Copyright 1986, 1988 Regents of the University of California
  90. |* Permission to use, copy, modify, and distribute this
  91. |* software and its documentation for any purpose and without
  92. |* fee is hereby granted, provided that the above copyright
  93. |* notice appear in all copies.  The University of California
  94. |* makes no representations about the suitability of this
  95. |* software for any purpose.  It is provided "as is" without
  96. |* express or implied warranty.
  97. |*
  98. |* rcs = $Header: syncStubs.s,v 2.1 87/12/14 10:17:14 nelson Exp $ SPRITE (Berkeley)
  99. |*
  100. @
  101.